Wait for device-bringup inside domain_start, outside the scope of the
authorEwan Mellor <ewan@xensource.com>
Tue, 28 Nov 2006 18:00:45 +0000 (18:00 +0000)
committerEwan Mellor <ewan@xensource.com>
Tue, 28 Nov 2006 18:00:45 +0000 (18:00 +0000)
commitea3b5838d8c4992fd254d44444bcb9216fdd227e
treec853113a764f2b3d1e284c03b234bce2514b1805
parent592da6d9ee0d529d968c04e044ffb483ca3a34f2
Wait for device-bringup inside domain_start, outside the scope of the
domains_lock.  This makes the VM.start call blocking, but allows xm list to
work while it is blocked.  Move the handling of start_paused out of
XendDomainInfo.start as part of this.

Signed-off-by: Ewan Mellor <ewan@xensource.com>
tools/python/xen/xend/XendDomain.py
tools/python/xen/xend/XendDomainInfo.py